home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_21.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  208 b   |  7 lines

  1. on exitFrame me
  2.   global gConMan
  3.   displaySprite = sendAllSprites(#sendSpriteNum, #BuildMatDisplay)
  4.   whichMaterial = sendSprite(displaySprite, #sendBuildingMaterial)
  5.   userChoice(gConMan, whichMaterial)
  6. end
  7.